Integration by Parts
Integration by parts is a technique based on the product rule for differentiation. The formula is:
∫udv=uv−∫vdu
The choice of u and dv is crucial, and differentiating u and integrating dv gives us du and v, respectively.
Example I
∫xe−xdx
Let u=x which implies du=dx.
Choose dv=e−xdx then v=−e−x.
By the integration by parts formula ∫udv=uv−∫vdu, we get:
∫xe−xdx=uv−∫vdu
∫xe−xdx=−xe−x−∫−e−xdx
Integrating −e−x gives us e−x, hence:
∫xe−xdx=−xe−x+e−x+C
Where C is the constant of integration.
Example II
∫35ln(x)dx
Let u=ln(x) which implies du=x1dx.
Choose dv=dx then v=x.
Using the integration by parts formula ∫abudv=uvab−∫abvdu, we obtain:
∫35ln(x)dx=xln(x)35−∫35xx1dx
Simplifying the integral ∫35xx1dx to ∫35dx, we have:
∫35ln(x)dx=xln(x)35−∫35dx
∫35ln(x)dx=xln(x)35−x35
Subtracting 5−3 from 5ln(5)−3ln(3), the final result is:
∫35ln(x)dx=5ln(5)−3ln(3)−(5−3)
∫35ln(x)dx=5ln(5)−3ln(3)−2
Trigonometric Substitutions in Integration
Case 1: a2−b2x2
- Substitution: x=basin(θ)
- Identity: cos2(θ)=1−sin2(θ)
Case 2: b2x2−a2
- Substitution: x=basec(θ)
- Identity: tan2(θ)=sec2(θ)−1
Case 3: a2+b2x2
- Substitution: x=batan(θ)
- Identity: sec2(θ)=1+tan2(θ)
Example
∫x24−9x216dx
Let x=32sin(θ) which implies dx=32cos(θ)dθ.
4−9x2=4−4sin2(θ)=4cos2(θ)=2∣cos(θ)∣
In this case we have 4−9x2=2cos(θ)
∫x24−9x216dx=∫(32sin(θ))2⋅2cos(θ)16⋅32cos(θ)dθ=∫sin2(θ)12dθ
∫(32sin(θ))2⋅2cos(θ)16⋅32cos(θ)dθ=∫12csc2(θ)dθ
This simplification uses the identity sin2(θ)+cos2(θ)=1 and the definition of csc(θ)=sin(θ)1.
The antiderivative of csc2(θ) is −cot(θ). So, the evaluation is:
∫12csc2(θ)dθ=−12cot(θ)+C
Using Right Triangle Trigonometry
To convert back to x, we use the right triangle relation where sin(θ)=23x from the original substitution.
The triangle formed by the substitution suggests that:
cot(θ)=3x4−9x2
Final Integral in terms of X
Substituting cot(θ) back into the integral expression:
−12cot(θ)+C=−44−9x2x1+C
Thus, the final antiderivative in terms of x is:
∫x24−9x216dx=−4x4−9x2+C
Partial Fraction Decomposition for Integration
Concept